home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 5
/
Amiga Plus Sonderheft 1996 #5.iso
/
programme
/
imagedesk304
/
imagedesk
/
instdata.lha
/
instdata
/
rexx
/
Default.Example.IDesk
< prev
next >
Wrap
Text File
|
1996-04-11
|
663b
|
24 lines
/* ---- standard startup if started via Thumbnail click --------- */
OPTIONS RESULTS
PARSE ARG iname itype ipos
/* -------------------------------------------------------------- */
GETTHUMBINFO DESK ipos PICWIDTH
picwidth = RESULT
GETTHUMBINFO DESK ipos PICHEIGHT
picheight = RESULT
GETTHUMBINFO DESK ipos PICDEPTH
picdepth = RESULT
IDREQUEST "OK" '"'||,
'name: '||iname||'0A'x||,
'type: '||itype||'0A'x||,
'width: '||picwidth||'0A'x||,
'height:'||picheight||'0A'x||,
'depth: '||picdepth||'0A'x||,
'pos: '||ipos||,
'"'